/* 公共 */
* {
    font-family: "Microsoft YaHei";
}

html body {
    font-size: 14px;
    background-color: #f0f0f0;
    /*overflow-x: hidden;*/
    min-width: 1200px;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;

}

a:focus, a:hover {
    text-decoration: none;
    color: #52af12;
}

.banner {
    width: 1200px;
    margin: 30px auto 0;
}

.banner img {
    display: block;
    width: 1200px;
}

/*.row{*/
/*    margin: 0;*/
/*}*/
.content-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    /*padding: 0 20px;*/
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1575442932351'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1575442932351#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAJgAAsAAAAABhQAAAIUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAocPwE2AiQDCAsGAAQgBYRtBzMbaAXILrBteJNyh4kBhbgYfRp4MEA8fI2193f3FJOkGomiWTSR8RKukqBlL53pXsLd/1qbEy1pXl+Pl0yTQF+Zv+LzB0uXaJmUCBFCo0EmgRyv+0sPl1k1bPk8l9ObQAey+kC5rj35qBdgHEiB7YlRZCWUccPYBS/wMYGmMYbO3vZ8g7HCXhWI+zT2YVxIKgqr1IVqw8EinlTU00MaeIy+H/+8qJNUMrvn8HITwfyrU5Nb7ZaLgJAioOMVZKwAhThtLO7rCcb1NIt9U+BYncHXdjtwi6M6BPvr7PZOMAJLwVdvpQAJHmusjNqkKUS+e7jd7/+2G2RLLecnAsFzTc/a37ijgE/+RvoyMI36OqHg3VWorxga25WKpmo0JzNPgnc00WZH+31PtQ6dqBrqhiaEa0YzZHUzZGFXUNFhFVV1m2hatjveYQDridLAkneA0OsDSbcPZL0+ycJ+oWLYD6p6I6PpPAYu7DAXN9NdJl8owuAN07CulOuRadx5ofip8DmvifhHYp1m0LWccmVHFfESW/Rz7IkoVFyXuAXPUVHU2HCdUShWItLMbFs1vckK6xKmdjHiEySCAm9QKlSrqGC4mFY+f0FiTwo+7pDVlR8RpqWTI5fFGUDujNUg2aO8oj2LeYRQkMJqJbQF80ihUENN87wMCQlLMiHfmLGdQWqo0dreXP7dEWiybSmcQNZ48kZTSAsAAAA=') format('woff2'),
    url('../fonts/iconfont.woff?t=1575442932351') format('woff'),
    url('../fonts/iconfont.ttf?t=1575442932351') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg?t=1575442932351#iconfont') format('svg'); /* iOS 4.1- */
}

/*菜单栏*/
.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    /*background: #fff;*/
    /*position: relative;*/
    z-index: 10000;
}

/* 头部 logo 小菜单  工具  */
.nav .nav-header {
    height: 120px;
}

.nav .nav-header .logo {
    position: absolute;
    left: 0;
    top: 28px;
}

.nav .nav-header .logo img {
    height: 65px;
    display: block;
    /*margin-top: 40px;*/
}

.nav .nav-header .right-tools {
    position: absolute;
    right: 0;
    top: 10px;
}

.nav .nav-header .right-tools .top-small-menus {
    color: #999;
}

.top-small-menus ul li {
    float: right;
    padding: 0 5px;
    border-right: 1px solid #999;
}

.top-small-menus ul li.first {
    border: none;

}

.top-small-menus ul li a:hover {
    color: #52af12;
}

.nav .nav-header .right-tools .host-tel {
    color: #0d70ff;
    font-size: 22px;
    margin-top: 30px;
}

.nav .nav-menus {
    background-color: #52af12;
    height: 58px;
}


.nav .menus li a {
    display: block;
    padding: 0 20px;
}

.nav .menus > li {
    background: url("/static/imgs/navbg.png") no-repeat left center;
    float: left;
    font-size: 18px;
    /*margin: 20px 1px 0;*/
    color: #ffffff;
}

.nav .menus > li.first {
    background: none;
}

.nav .menus > li.active > a {
    /*color: #00a0e9;*/
    /*border-bottom: 2px solid #00a0e9;*/
}

.nav .menus > li > a {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    height: 58px;
    line-height: 58px;
    min-width: 116px;
    text-align: center;
}

.nav .menus > li > a:hover,
.nav .menus > li > a:active {
    /*#52af12*/
    background-color: #3e9808;
    /*color: #00a0e9;*/
    /*border-bottom: 2px solid #00a0e9;;*/
}

.nav .menus > li:hover .sub-menus,
.nav .menus > li:active .sub-menus{
    display: block;
}

.nav .menus .sub-menus ul {
    margin: 0 auto;
}


.nav .menus li.smenu a:hover {
    color: #52af12;
    /*border-bottom: 2px solid #00a0e9;;*/
}

.nav .menus .menu-icon {
    display: block;
    position: absolute;

}


.nav .menus .sub-menus {
    display: none;
    /*background-color: rgba(255, 255, 255, .8);*/
    /*width: 526px;*/
    width: 555px;
    height: 185px;
    background-color: #f1f1f1;
    color: #aaa;
    position: absolute;
    z-index: 10000;
    /*left: 0;*/
    /*right: 0;*/
    color: #434343;
    /*padding: 30px 80px;*/
    padding: 10px 0px;
    overflow: hidden;
    border: 1px solid #eee;
}

.nav .menus .sub-menus.show-all {
    right: 10px;
}

.nav .menus .sub-menus ul {
    position: absolute;
    width: 300px;
    /*width: 257px;*/
}

.nav .menus .sub-menus .smenu {
    line-height: 40px;
    font-size: 14px;
    float: left;
    width: 150px;
    /*width: 128px;*/
}

.nav .menus .sub-menus .smenu a {
    padding: 0 0 0 20px;
}

.nav .menus .sub-menus .menu-img {
    position: absolute;
    right: 18px;
    top: 18px;
}

.nav .menus .sub-menus .menu-img img {
    width: 219px;
    height: 143px;
    border: 3px solid #fff;
}

.nav .ssmenu li {
    float: none;
}

.nav .ssmenu li.smenu {
    margin-bottom: 10px;

}

.nav .ssmenu li.ssmenu-item {
    color: #666;
    font-size: 15px;
    line-height: 28px;
}

/* 轮播图 */
.slide .carousel-indicators{
    bottom: 0;
}
.slide .carousel-indicators li{
    width: 13px;
    height:13px;
    border: 1px solid #9c9c9c;
    background-color: #fff;
    border: none;
}
.slide .carousel-indicators li.active{
    background-color: #00b7ee;
}
.slide .item .img {
    background-repeat: no-repeat;
    background-position: center top;
    /*background-size: 100% auto;*/
    width: 100%;
    height: 526px;
}

/*内容模块*/
.item-container {
    font-size: 16px;
}

.item-container .item-header {
    text-align: center;
    padding: 1em 0;
}

.item-container .item-header h3 {
    font-size: 1.6em;
}

.item-container .item-body {
    /*background: #fff;*/
    padding: 1em 0;
}

.item-container .item-body .item-left .article-list {
    font-size: .9em;
}


.item-container .article-list .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-container .article-list .date {
    text-align: right;
}

.item-container .article-list a {
    color: #494949;
    font-size: 15px;
}

.item-container .article-list a:hover {
    color: #52af12;
}

.item0 {
    margin-top: 5px;

}

.item0 .content-box {
    /*padding: 30px 25px;*/
    background-color: rgba(0, 0, 0, 0);
}
.item0 .cat-item{
    display: block;
    float: left;
}
.item0 .cat-item img {
    display: block;
    /*width: 195px;*/
    /*float: left;*/
    /*margin-right: 6px;*/
    border: 1px solid #eaeaea;
}

.item0 .item img.last {
    margin: 0;
}

.item1 {
    height: 460px;
    margin-top: 30px;
    /*background: #fff;*/
}


.item1 .item-body {
    padding: 0;
}

.item1 .item-left {
    width: 690px;
}

.item1 .slide {
    height: 460px;
}

.item1 .slide .carousel-control {
    position: absolute;
    top: 190px;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
    background-color: rgba(70, 70, 70, 0.6);
    filter: alpha(opacity=50);

    width: 45px;
    height: 80px;
    line-height: 80px;
}

.item1 .slide .carousel-control span {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #fff;
}

.item1 .slide .carousel-control.right {
    left: auto;
    right: 0;
}

.item1 .slide .carousel-indicators li {
    background-color: #eeeeee;
    margin: 0 5px 0 0;
    width: 9px;
    height: 9px;
    border: none;
}

.item1 .slide .carousel-indicators li.active {
    background-color: #52af12;
    border: none;
}

.item1 .slide .item img {
    width: 690px;
    height: 460px;
}

.item1 .slide .carousel-caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 20px;
}

.item1 .slide .carousel-indicators {
    position: absolute;
    bottom: 0;
    width: auto;
    right: 20px;
    left: auto;
}

.item1 .item-right {
    padding: 25px 0 0 45px;
    margin-right: 25px;
    width: 476px;
}
.item1 .item-right .item-top {
    position: relative;
    margin-left: -16px;
    margin-bottom: 20px;
}
.item1 .item-right .item-top .cat-title {
    display: inline-block;
    /*margin-right: 15px;*/
    /*margin-left: -16px;*/
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding: 5px 15px;

}
.item1 .item-right .cat-title.active {
    background: #3e9808;
    color: #fff;

    border-radius: 5px;
}

.item1 .item-right .item-top .jt {
    color: #3e9808;
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 3px;
}




.item1 .item-right .up-article {
    margin-bottom: 22px;
    position: relative;
}

.item1 .up-article a:hover .title {
    color: #52af12;
}

.item1 .up-article .header {
    margin: 0 0 1em 0;
    /*margin-bottom: 2.5em;*/
}

.item1 .up-article .header .title {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 370px;
}

.item1 .up-article .header .date {
    width: 60px;
    text-align: right;
    color: #484848;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.item1 .up-article .remark {
    font-size: 15px;
    line-height: 24px;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 370px;
}

.item1 .article-list .title:after, .item1 .up-article .header .title:after {
    display: block;
    background-color:#3e9808;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: -16px;
    top: 9px;
    border: 1px solid #3e9808;
}

.item1 .article-list {
        display: none;
}
.item1 .article-list.active {
    display: block;
}
.item1 .article-list .article {
    position: relative;
    /*padding-left: 1em;*/
    height: 28px;
    line-height: 28px;
    margin-bottom: .5em;
}


.item1 .article-list .title {
    width: 370px;
}
.item1 .article-list .article .date{
    color: #b7b7b7;
    font-size: 12px;
}
/* 2 */
.item2 {
    /*background-color: #fff;*/
    margin-top: 30px;
}
.item2 .show-box{
    display: none;
}
.item2 .content-box {
    padding: 30px 0;
}

.item2 .item-box {
    padding: 0 25px;
    float: left;
    width: 400px;
}

.item2 .item-box .title {
    position: relative;
    color: #3e9808;
    font-size: 21px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.item2 .item-box .title .more-btn{
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
}
.item2 .item-box .title .more-btn.active{
    background-color: #3e9808;
    color: #fff;
}
.item2 .item-box .title i {
    position: absolute;
    right: 0;
}

.item2 .item-box .top-list {
    height: 94px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.item2 .item-box .top-list .top-img {
    float: left;
    height: 74px;
    width: 114px;
}

.item2 .item-box .top-list .top-img img {
    height: 74px;
    width: 99px;

}

.item2 .item-box .top-list .art-list {
    float: left;
    width: 235px;
}

.item2 .item-box .top-list .art-list .art-item {
    display: block;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;

}

.item2 .item-box .art-item2 {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.item2 .item-box .other-list .art-title {
    display: block;
    float: left;
    width: 285px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.item2 .item-box .other-list .art-date {
    display: block;
    float: right;
    width: 60px;
    text-align: right;
    font-size: 14px;
    color: #b7b7b7;
}

/* 3 */
.item3 {
    margin-top: 30px;
}
.item3 .item3-item{
    width: 520px;
    overflow: hidden;
    margin: 10px 40px 30px;
    float: left;
}
.item3-item .header{
    position: relative;
    margin-bottom: 30px;
}
.item3-item .header .title{
    font-size: 24px;
    margin: 20px 0 10px;
    font-weight: 500;
    line-height: 1.1;
}
.item3-item .header .more-btn{
    position: absolute;
    right: 0;
    top: 0;
}
.item3-item .header .more-btn a{
    font-size: 12px;
    background-color: #52af12;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
}

.item3-item .item3box img{
    display: block;
    margin-bottom: 15px;
    width: 100%;
    max-height: 245px;
}


.item3 .item3box .art-item {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.item3 .item3box .art-item .date {
    color: #aaa;
    width: 25%;
    font-size: 14px;
}

.item3 .item3box .art-item .title {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.item4 .item-body {
    padding-top: 40px;
    min-height: 430px;
}

.item4 .item4-it {
    float: left;
    margin-right: 3px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
}

.item4 .item4-it .title {
    color: #fff;
    padding: 1.5em 0 0 1em;
}

.item4 .item4-it .it-bottom {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: rgba(0, 0, 0, .3);
}

.item4 .item4-it .it-bottom .info-btn {
    display: inline-block;
    color: #fff;
    background-color: #52af12;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.item4 .item4-it.active {
    height: 340px;
    position: relative;
    top: -20px;
}

.item4 .item4-it.active .it-bottom {
    display: block;
}


/* 合作伙伴 */
.partner {
    padding: 30px 0;
    background-color: #efefef;
}

.partner .title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    padding: 20px 0;
}

.partner .partner-item {
    text-align: center;
    margin: 0 10px 15px;
    /*height: 78px;*/
    /*width: 168px;*/
    float: left;
}


.partner .partner-item .partner-img {
    border: 1px solid #eee;
    display: block;
    /*height: 50px;*/
    /*overflow: hidden;*/

    /*border: 1px solid #eee;*/
}

.partner .partner-item img {

    width: 100%;
    height: 100%;
}

.partner .partner-item .name {
    padding: 10px 0;
    text-align: center;

}

/*友情链接*/
.links {
    height: 64px;
    line-height: 64px;
    color: #fff;
    width: 100%;
    clear: both;
    font-size: 16px;
    background: linear-gradient(to right, #43a400, #52af12, #43a400);
}

.links .links-title {
    font-size: 20px;
    font-weight: 500;
    margin-right: 40px;
}

.link-group {
    border: 1px dotted #ffffff;
    height: 28px;
    line-height: 28px;
    width: 180px;
    margin-top: 18px;
    margin-right: 30px;
    cursor: pointer;
    background: url("/static/imgs/jtdown.png") right center no-repeat;
    background-size: 26px;
}

.link-group-title {
    padding-left: 20px;
}

.link-items {
    /*display: none;*/
    background-color: #ffffff;
    color: #666;
    z-index: 10000;
    position: relative;
    height: 0px;
    overflow: hidden;
    overflow-y: scroll;
}

.link-item {
    font-size: 12px;
    color: #434343;
    padding-left: 5px;
}

/* 底部信息 */
footer {
    color: #434343;
    position: relative;
    padding: 50px 0 20px;
    background-color: #dedede;
    height: 275px;
    border-bottom: 6px solid #52af12;
}

footer .footer-left {
    position: absolute;
    left: 0;
    width: 580px;
    overflow: hidden;
    border-right: 1px dotted #bfbfbf;
    height: 180px;
}

footer .footer-right {
    position: absolute;
    right: 0;
    width: 610px;
    overflow: hidden;

}

footer .footer-right .info {
    color: #000;
    height: 180px;
    float: left;
    line-height: 22px;
    white-space: nowrap;
    font-size: 13px;
}

footer .footer-right .info1 {
    width: 280px;
    margin-right: 20px;
    border-right: 1px dotted #bfbfbf;
}

footer .footer-right .info2 {
    width: 300px;
    font-size: 13px;
}

footer .footer-right .info2 .bottom-logo {
    display: block;
    height: 90px;
    margin-bottom: 10px;
}

footer .footer-menus {

}

footer .footer-menu-group {
    float: left;
    margin-right: 30px;
    border-right: 1px dotted #bfbfbf;
    height: 180px;
    width: 115px
}

footer .footer-menu-group.last {
    margin-right: 0;
    border: none;
}

footer .footer-menus .menu-item {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

footer .footer-menus .menu-item.first {
    margin-top: 0;
}

footer .footer-menus .sm-item {
    line-height: 24px;
    font-size: 12px;
}

footer .bottom-menus li {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

footer .bottom-menus li.menu-item {
    color: #aaa;
    font-size: 15px;
    margin-bottom: 10px;
}

footer .bottom-menus li.smenus {
    float: left;
    /*margin: 0 50px;*/
    margin-right: 100px;
}


/* 底部小菜单 */
footer .bottom-small-menus {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.bottom-small-menus li {
    /*float: left;*/
    display: inline-block;
    padding: 0 8px 0 5px;
    border-right: 1px dotted #bfbfbf;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
}

.bottom-small-menus li.last {
    border: none;
}

/* 列表 和 文章 */
.top_imgs {
    height: 526px;
    background-repeat: no-repeat;
    background-position: top center;
    /*background-size: 100% auto ;*/
    margin-bottom: 20px;
}

.top_imgs .cat-title {
    position: absolute;
    width: 374px;
    top: 332px;
    height: 86px;
    border-bottom: 5px solid #52af12;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 86px;
    background-color: rgba(0, 0, 0, .7);
}

.content-container {
    width: 1200px;
    position: relative;
    min-height: 500px;
    background: #f5f4f4;
    margin-bottom: 20px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-container .show_box {
    min-height: 700px;
    background: #fff no-repeat bottom right;
    width: 960px;
    /*margin: -70px 0 30px 30px;*/
    padding: 40px 70px 70px;
    font-size: 16px;
}

.content-container .show_box .header {
    margin: 10px 0 30px;
    border-bottom: 1px dotted #eee;
}

.content-container .show_box .header .title {
    color: #333;
    font-size: 24px;
    border-bottom: 4px solid #52af12;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.content-container .show_box .article-date {
    color: #999;
    margin-bottom: 40px;
}

.content-container .show_box .article-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    width: 70%;
    font-weight: bold;
    margin: 0 auto;
    line-height: 40px;
}

.content-container .show_box .article-attr {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.content-container .show_box .article-content p {
    font-family: "Microsoft YaHei", serif !important;
}

.content-container .show_box .article-content img {
    max-width: 100% !important;
    margin-left: 0 !important;
}

.content-container .content-menu {
    width: 240px;
    min-height: 400px;
    height: 100%;
    color: #4b4b4b;
}

.content-menu .menu-title {
    font-size: 24px;
    padding: 30px 0;
    text-align: center;
    font-weight: 500;
    color: #4b4b4b;
    background-color: #e9e9e9;
}

.content-menu .menu-path {
    text-align: center;
}

.content-container .show_box .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 75px;
    top: 64px;
    font-size: 13px;
}

.content-container .show_box .breadcrumb li {
    color: #999;
}

.content-menu .menu-list {
    /*padding: 20px 0;*/
}

.content-menu .menu-list .menu-item {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dotted #d8d8d8;
}

.content-menu .menu-list .menu-item .menu-icon {
    position: absolute;
    left: 66px;
    top: 20px;
    font-size: 18px;
}

.content-menu .menu-list .menu-item a {
    display: block;
    font-size: 15px;
    text-indent: 85px;
    margin-bottom: 5px;
    position: relative;
}

.content-menu .menu-list .menu-item:hover, .content-menu .menu-list .menu-item.active {
    background: linear-gradient(to right, #43a400, #52af12);
    color: #ffffff;
}

.content-menu .menu-list .menu-item:hover a {
    color: #ffffff;
}

.content-menu .menu-list .sub-menus > .menu-item a {
    padding-left: 20px;
}


.content-container .show_box h3.title {
    border-bottom: 1px solid #aaa;
    line-height: 50px;
    margin-bottom: 30px;

}

.content-container .show_box .article-list .article-item {
    margin: 0;
    /*line-height: 40px;*/
    height: 72px;
    border-bottom: 1px dashed #ddd;

}

.content-container .show_box .article-list .article-item .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
    margin-top: 4px;
    line-height: 40px;

}

.content-container .show_box .article-list .article-item .title:hover {
    color: #52af12;
}

.content-container .show_box .article-list .article-item .date {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

